*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html{
  font-size: 16px;
  

}
body{
  background-size: 85rem;
  background-image: url(../img-3/0012-0.jpg);
  background-repeat: no-repeat;
 
}
.grand{
  display: flex;
    

}

.father{
    border: rgb(243, 220, 11)  0.4rem  solid;
    margin: 8rem 0rem 0rem 45rem;
    padding: 4.5rem 3rem;
    border-radius: 6rem;
    background-image: url(../img-2/05.png);
    background-size: 25rem;
    background-repeat: no-repeat;
  
    width: 29rem;
   
}

div{
  
  margin: 1rem;
}

.t input{ 
    
    width: 20rem;
    height: 3rem;
    background-color: rgba(241, 241, 241, 0.589);
    border-radius: 4rem;
    border: solid 0.15rem rgb(241, 227, 27);
    text-align: center;
    font-size: 1.5rem;
  }

.s input{
  font-family: Georgia, 'Times New Roman', Times, serif;

width: 10rem;
height: 2rem;
border-radius: 2rem;
background-color: white(231, 231, 205);
border: solid yellow 0.15rem;

margin-left: 5rem;
transition: 0.45s;
background-color: rgb(248, 150, 0);
}

/* .s input:hover{
  background-color: transparent;
  border: solid rgb(253, 237, 11) 0.15rem;
  
} */


div h1{
  
   margin: 5rem;
   font-size: 5rem;
   font-family: Georgia, 'Times New Roman', Times, serif;
   color: rgb(226, 0, 0);
   width: 36rem;
   height: 19rem;
   position: absolute;
   border: solid rgb(234, 250, 18) 0.5rem;
   border-radius: 8rem;
   padding: 3rem;
   
}

span{
  color: rgb(231, 235, 12);
  background-color:white;
  margin: 3rem;
  transition: 0.8s;
  
  border-radius: 1rem;
} 

span:hover {

 background-color: transparent;

 
}
